Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AArch64: Add byte and short arithmetic opcode evaluators #6780

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

Akira1Saitoh
Copy link
Contributor

Add missing badd/bsub/bmul/sadd/ssub/smul evaluators to aarch64 code generator.

Signed-off-by: Akira Saitoh [email protected]

@Akira1Saitoh Akira1Saitoh marked this pull request as ready for review October 20, 2022 06:20
@knn-k knn-k self-assigned this Oct 20, 2022
@knn-k
Copy link
Contributor

knn-k commented Oct 20, 2022

Please update the copyright year of ArithmeticTest.cpp.

Add missing badd/bsub/bmul/sadd/ssub/smul evaluators to aarch64 code generator.

Signed-off-by: Akira Saitoh <[email protected]>
@Akira1Saitoh
Copy link
Contributor Author

Updated the copyright year.

@knn-k
Copy link
Contributor

knn-k commented Oct 20, 2022

Jenkins build aarch64,amac

@knn-k
Copy link
Contributor

knn-k commented Oct 20, 2022

Jenkins build amac

@knn-k
Copy link
Contributor

knn-k commented Oct 20, 2022

See #6716 for the failures on macOS. They are not caused by this PR.

[2022-10-20T08:56:59.683Z] The following tests FAILED:
[2022-10-20T08:56:59.683Z] 	 14 - porttest (Failed)
[2022-10-20T08:56:59.683Z] 	 28 - comptest (SIGTRAP)

@knn-k knn-k merged commit 10c21d5 into eclipse:master Oct 20, 2022
@Akira1Saitoh Akira1Saitoh deleted the aarch64ByteShortArithmetic branch October 20, 2022 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants